FUNCTION GetFileTypesThatAppCanNativelyOpen(appVRefNumHint: INTEGER; appSignature: OSType; VAR nativeTypes: FileType): OSErr;
{$IFC USES68KINLINES}
INLINE $701C, $ABFC;
{$ENDC}
FUNCTION ExtendFileTypeList(originalTypeList: FileType; numberOriginalTypes: INTEGER; VAR extendedTypeList: FileType; VAR numberExtendedTypes: INTEGER): OSErr;
{$IFC USES68KINLINES}
INLINE $7009, $ABFC;
{$ENDC}
FUNCTION CanDocBeOpened(targetDocument: FSSpec; appVRefNumHint: INTEGER; appSignature: OSType; nativeTypes: FileType; onlyNative: BOOLEAN; VAR howToOpen: DocOpenMethod; VAR howToTranslate: FileTranslationSpec): OSErr;
FUNCTION GetPathFromTranslationDialog(theDocument: FSSpec; theApplication: FSSpec; typeList: TypesBlockPtr; VAR howToOpen: DocOpenMethod; VAR howToTranslate: FileTranslationSpec): OSErr;
{$IFC USES68KINLINES}
INLINE $7037, $ABFC;
{$ENDC}
FUNCTION TranslateFile(sourceDocument: FSSpec; destinationDocument: FSSpec; howToTranslate: FileTranslationSpec): OSErr;
{$IFC USES68KINLINES}
INLINE $700C, $ABFC;
{$ENDC}
FUNCTION GetDocumentKindString(docVRefNum: INTEGER; docType: OSType; docCreator: OSType; kindString: Str63): OSErr;
{$IFC USES68KINLINES}
INLINE $7016, $ABFC;
{$ENDC}
FUNCTION GetTranslationExtensionName(translationMethod: FileTranslationSpec; extensionName: Str31): OSErr;